home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_201 / draco / drinc / intuition / border.g next >
Text File  |  1992-05-06  |  246b  |  13 lines

  1. type
  2. „Border_t=struct{
  3. ˆintb_LeftEdge,b_TopEdge;
  4. ˆushortb_FrontPen,b_BackPen;
  5. ˆushortb_DrawMode;
  6. ˆushortb_Count;
  7. ˆ*intb_XY;
  8. ˆ*Border_tb_NextBorder;
  9. „};
  10.  
  11. extern
  12. „DrawBorder(*RastPort_trp;*Border_tb;ulongleftOffset,topOffset)void;
  13.